[Qt] Check octal number

Posted by sterh on Stack Overflow See other posts from Stack Overflow or by sterh
Published on 2010-05-03T14:03:08Z Indexed on 2010/05/03 14:08 UTC
Read the original article Hit count: 145

Filed under:
|
|

Hello,

I write simple application in C++/Qt. And i have a text and some octal number in it. My app splits this text by spaces. And i need to check octal numbers from text. How can i select octal numbers from this text with regular expressions?

Thank you.

© Stack Overflow or respective owner

Related posts about regex

Related posts about c++